<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 搴曢儴 */
footer{
    width: 100%;
    height: 140px;
    background: #333231;
}

.footerbox{
    height: 100%;
}

.footerbox,.headerbox{
    /* width: 1180px; */
    width: 1280px;
    margin: auto;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .headerbox{
    width: 1280px;
} */

.companyproduct{
    position: relative;
    top:8px;
    float: right;
}

.companyproduct span{
    color: rgba(223,83,32,0.7);
    margin-right: -10px;
}

.companyproduct a{
    color: rgba(223,83,32);
    margin-left: 18px;
}

.companyproduct a,.companyproduct span{
    font-size: 14px;
} 

.msx_logo{
    width: 100px;
    height: 30px;
}

.footerli li{
    float: left;
    font-size: 15px;
    line-height: 15px;
    padding-left: 60px;
    box-sizing: border-box;
}

.footerli li a{
    color:rgba(255, 255, 255, 0.72);
}

.footerli li:first-child{
    padding-left: 0;
}

.copyright{
    font-size: 13px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.32);
    margin-top: 20px;
    text-align: right;
}

.copyright a{
    color: rgba(255, 255, 255, 0.32);
}

.copyright span:first-child{
    margin-right: 12px;
}

/* 澶撮儴 */
header{
    width: 100%;
    height: 80px;
    transition: background-color .5s;
}

.headerli li{
    float: left;
    margin-right: 12px;
}

.headerli li a{
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0 11px;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    color: #626566;
    display: inline-block;
}

.headerActive{
    color: #FA591E;
    border-bottom:1px solid  #FA591E;
}

.joinmsx{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #FA591E;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin-right: 8px;
}

.marr0{
    margin-right: 0;
}

.joinmsx:hover{
    cursor: pointer;
}

/* 鐧借壊涓婚澶撮儴 */
.whiteNav {
    background-color: #fff;
}

.themeWhite .themeYellowLogo,.themeWhite .themeYellowPhone{
    display: none;
}

.themeWhite .headerli li a,.themeWhite .contactPhone{
    color: #fff;
}

.themeWhite .headerActive{
    border-bottom: 1px solid #fff;
}

.themeWhite .joinmsx{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    color: #626566;
}

/* 榛勮壊涓婚澶撮儴 */
.themeYellow .themeWhiteLogo,.themeYellow .themeWhitePhone{
    display: none;
}

.themeYellow .headerActive{
    color: #FA591E;
    border-bottom: 1px solid #FA591E;
}

/* 鍥哄畾鍚庡ご閮ㄩ鑹� */
.whiteNav .themeYellowLogo,.whiteNav .themeYellowPhone{
    display: block;
}

.whiteNav .headerli li a,.whiteNav .contactPhone{
    color: #626566;
}

.whiteNav .joinmsx{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background:  #FA591E;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
}

.rightbox{
    align-items: center;
}

.contact{
    height: 32px;
    width: 32px;
    margin-left: 11px;
}

.contactPhone{
    display: flex;
    flex-direction: column;
    margin: 0 28px 0 12px;
    color: #626566;
}

.contactPhone span:first-child{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 1px;
}

.contactPhone span:last-child{
    font-size: 13px;
    font-family: Arial;
    line-height: 13px;
}

.contactPhone span:last-child a{
    margin-left: 4px;
}

/* 棣栭〉 */
#home .topbox{
    height: 586px;
    width: 100%;
    background: url(../images/index_bg.png) no-repeat,#F5F5F7;
    background-position: 100% 100%;
}

@media screen and (max-width: 1760px) {
    #home .topbox{
		background-position: 120% 100%;
	}
}

@media screen and (max-width: 1460px) {
    #home .topbox{
		background-position: 130% 100%;
	}
}

@media screen and (max-width: 1390px) {
    #home .topbox{
		background-position: 160% 100%;
	}
}

.topboxMain{
    width: 1290px;
    margin: auto;
    padding-left: 20px;
    box-sizing: border-box;
}

#home .i-title{
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    font-family: Source Han Sans CN;
    margin-top: 120px;
    color: #140E33;
}

#home .i-intro{
    font-size: 24px;
    font-family: Source Han Sans CN;
    margin-top: 32px;
    font-weight: 300;
    color: #454566;
    width: 540px;
    line-height: 41px;
}

#home .i-btn,#solution .i-btn{
    margin-top: 42px;
}

#home .i-btn a,#solution .i-btn a{
    display: inline-block;
    width: 214px;
    height: 58px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
}

#home .i-btn a:first-child,#solution .i-btn a:first-child{
    border-radius: 2px;
    border: 1px solid #5F59CB;
    margin-right: 80px;
    color: #fff;
    background-color: #5F59CB;
}

/* #home .i-btn a:first-child,#solution .i-btn a:first-child{
    border-radius: 2px;
    border: 1px solid #140E33;
    margin-right: 80px;
    color: #140E33;
} */

#home .i-btn a:last-child,#solution .i-btn a:last-child{
    background: #FFFFFF;
    box-shadow: 0px 16px 60px rgb(250 89 30 / 12%);
    opacity: 1;
    border-radius: 4px;
    color: #FA591E;
}

/* #solution .i-btn a:last-child{
    background: #FA591E;
    color: #fff;
    border-radius: 4px;
} */

#solution .i-btn a:first-child{
    border-radius: 2px;
}

.classifybox{
    width: 1180px;
    margin: auto;
    text-align: center;
    margin-bottom: 59px;
}

.classtit{
    font-size: 40px;
    line-height: 40px;
    color: #333231;
    margin: 117px 0 31px 0;
    font-family: Source Han Sans CN;
}

.classintro{
    font-size: 24px;
    line-height: 24px;
    color: #626566;
    font-family: Source Han Sans CN;
    margin-bottom: 90px;
}

.i-iconbox{
    justify-content: space-between;
}

.i-iconbox div{
    width: 300px;
}

.i-iconbox div p img{
    position: relative;
    height: 300px;
    width: 300px;
}

.i-iconbox div p{
    position: relative;
}

.boxshadow{
    border-radius: 20px;
    box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
}

.i-iconbox div p span{
    font-size: 32px;
    line-height: 32px;
    color: #333231;
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
    text-align: center;
}

.i-iconbox div p a{
    display: block;
}

.i-iconbox div p a:first-child{
    font-size: 24px;
    line-height: 24px;
    color: #333231;
    margin-top: 27px;
}

.i-iconbox div p a:last-child{
    font-size: 15px;
    line-height: 15px;
    color: #626566;
    margin-top: 12px;
}

.i-introbox{
    width: 1180px;
    margin: auto;
    border-bottom: 1px solid #EDF1F2;
    margin-bottom: 88px;
}

.i-introbox .introtxt{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.i-introbox .introtxt p:first-child{
    font-size: 40px;
    line-height: 54px;
    color: #333231;
    margin-bottom: 17px;
}

.i-introbox .introtxt p:last-child{
    font-size: 18px;
    line-height: 31px;
    color: #626566;
}

.i-pic1{
    width: 710px;
    height: 674px;
}

.i-pic2{
    width: 740px;
    height: 770px;
    margin-left: -90px;
}

.i-pic2-mar{
    margin-top: -62px
}

.i-pic3{
    width: 740px;
    height: 787px;
}

.i-pic3-mar{
    margin-top: -97px;
}

.i-pic4{
    width: 770px;
    height: 584px;
    margin-left: -90px;
}

.i-pic5{
    width: 739px;
    height: 760px;
}

.i-pic5-mar{
    margin-top: -43px;
}

.i-pic6{
    width: 740px;
    height: 838px;
}

.i-pic6-mar{
    margin-top: -47px;
}

.i-pic7{
    width: 770px;
    height: 560px;
}

.i-pic7-mar{
    margin-top: -63px;
}

.i-pic8{
    width: 740px;
    height: 623px;
    margin-left: -90px;
}

.i-pic8-mar{
    margin-top: -19px;
}

.i-pic2-padd{
    padding-right: 60px;
    box-sizing: border-box;
}

.i-bottombox{
    width: 1180px;
    margin: auto;
    text-align: center;
}

.i-bottombox p:first-child{
    font-size: 40px;
    line-height: 40px;
    font-family: Source Han Sans CN;
    color: #333231;
    margin-bottom: 29px;
}

.i-bottombox p:nth-child(2){
    font-size: 18px;
    font-family: Source Han Sans CN;
    line-height: 18px;
    color: #939899;
    margin-bottom: 90px;
}

.i-btnbox{
    margin: 88px 0 90px 0;
}

.i-btnbox a{
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #5F59CB;
    border-radius: 4px;
}

.i-btnbox a:first-child{
    background: #5F59CB;
    color: #fff;
    margin-right: 86px;
}

.i-btnbox a:last-child{
    background: #FA591E;
    color: #fff;
}

/* 鍏充簬鎴戜滑 */
.aboutus{
    width: 720px;
    margin: auto;
}

.brand{
    margin-top: 90px;
}

.introTitle{
    font-size: 24px;
    line-height: 24px;
    color: #333231;
    margin-bottom: 48px;
}

.txtCenter{
    text-align: center;
}

.brandBox .brandImg{
    width: 320px;
    height: 207px;
}

.brandBox .brandIntro{
    flex:1;
    font-size: 15px;
    font-family: Source Han Sans CN;
    line-height: 15px;
    color: #626566;
}

.brandBox .brandIntro p{
    margin-bottom: 17px;
}

.brandBox .brandIntro p:last-child{
    margin-bottom: 0;
}

.companyIntro p{
    font-size: 15px;
    line-height: 24px;
    color: #626566;
    margin-bottom: 21px;
}

.companyIntro p:first-child{
    margin-top: -6px;
}

.commar{
    margin-top: 85px;
}

.aboutus .i-bottombox{
    width: 720px;
}

.mapimg{
    width: 360px;
    height: 177px;
}

.mapimg img{
    height: 100%;
    width: 100%;
}

.mapinfo{
    flex: 1;
    font-size: 15px;
    line-height: 15px;
    color: #626566;
    padding: 32px 0 0 30px;
    box-sizing: border-box;
    background: #F5F7F7;
    height: 177px;
}

.mapinfo p{
    margin-bottom: 18px;
}

.mapcontent{
    border-bottom: 1px solid #EDF1F2;
    padding-bottom: 90px;
    margin-bottom: 89px;
}

.winbox div{
    /* width: calc(100% / 3); */
    height: 123px;
    border-right: 1px dashed #C0CACC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
}

.winbox div:first-child{
    padding-left: 0;
    width: 229px;
}

.winbox div:nth-child(2){
    width: 260px;
}

.winbox div:last-child{
    border:none;
    padding-right: 0;
    width: 229px;
}

.winbox div p:first-child{
    font-size: 32px;
    font-family: Arial;
    line-height: 48px;
    color: #333231;
}

.winbox div p:last-child{
    font-size: 15px;
    font-family: Source Han Sans CN;
    line-height: 24px;
    color: #626566;
}

.mapcontent .introTitle,.wincontent .introTitle{
    margin-bottom: 60px;
}

.wincontent{
    margin-bottom: -21px;
}

.progressBox .progressItem{
    position: relative;
    height: 140px;
    border-left: 1px dashed #C0CACC;
}

.progressItem p{
    padding-left: 22px;
    position: relative;
}

.progressItem p:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #333231;
    padding-top: 56px;
    box-sizing: border-box;
    margin-bottom: 7px;
}

.progressItem p:first-child:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid #C0CACC;
    border-radius: 50%;
    position: absolute;
    left:-8px;
}

.progressItem p:last-child{
    font-size: 15px;
    color: #626566;
    line-height: 24px;
}

.promar{
    margin-top: -64px;
}

.promar3{
    margin-top: -67px;
}

.promar2{
    margin-top: -17px;
}

.promar2 p:first-child{
    color: #FC8D1E;
}

.promar2 p:first-child:before{
    border-color:#FC8D1E;
}

.cricleMar p:first-child:before{
    top: 61px;
}

.xzBor{
    border-left: 1px dashed transparent!important;
}

.marb0{
    margin-bottom: 0;
}

.progressBox{
    position: relative;
    margin-bottom: -5px;
}

.progressBox .prohead{
    width: 32px;
    height: 59px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 0;
    z-index: 9;
}

.profoot{
    width: 32px;
    height: 59px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    display: inline-block;
    position: absolute;
    left: -14px;
    bottom: 0;
    z-index: 9;
}

/* 瑙ｅ喅鏂规 */
#solution .topbox{
    height: 582px;
    width: 100%;
    background: url(../images/2.png) no-repeat #f5f5f7;
    background-position: 100% 100%;
}

@media screen and (min-width: 1760px) {
    #solution .topbox{
		background-position: 80% 100%;
	}
}

#solution .partnerTopBox .p-title{
    color: #140E33;
    margin-top: 113px;
}

#solution .partnerTopBox .p-title span{
    font-size: 60px!important;
}

#solution .partnerTopBox .p-intro{
    color: #454566;
    margin-bottom: 40px;
}

#solution .p-art{
    margin-top: 96px;
    color: #140E33;
}

.trend{
    width: 1180px;
    margin: auto;
    display: flex;
    margin-top: 60px;
}

.trendItem{
    width: 257px;
    height: 320px;
    margin-right: 48px;
    border: 1px solid #C0CACC;
    margin-bottom: 90px;
    padding: 0 19px 0 20px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;  
}

.bottomLine{
    display: block;
    height: 8px;
    background: #FA591E;
    width: 119%;
    position: relative;
    left: -21px;
    bottom: -29px;
}

.trendItem:hover{
    background-color: #FA591E;
    border-color: transparent;
    box-shadow: 0px 16px 24px rgba(250, 89, 30, 0.24);
}

.trendItem:last-child{
    margin-right: 0;
}

.trendItem .trendinfo{
    text-align: center;
    border-top: 1px solid #C0CACC;
}

.trendItem:hover .trendinfo{
    border-top-color: #fff;
}

.trendItem .trendinfo p:first-child{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #140E33;
    margin: 37px 0 24px;
}

.trendItem .trendinfo p:last-child{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #878799;
    letter-spacing: 1px;
}

.trend1{
    height: 100px;
    width: 100px;
    margin: auto;
    background: url(../images/t1.png) no-repeat;
    margin-top: 23px;
    margin-bottom: 25px;
}

.trendItem:hover .trend1{
    background: url(../images/t11.png) no-repeat;
}

.trend2{
    height: 100px;
    width: 100px;
    margin: auto;
    background: url(../images/t2.png);
    margin-top: 23px;
    margin-bottom: 25px;
}

.trendItem:hover .trend2{
    background: url(../images/t22.png) no-repeat;
}

.trend3{
    height: 100px;
    width: 100px;
    margin: auto;
    background: url(../images/t3.png);
    margin-top: 23px;
    margin-bottom: 25px;
}

.trendItem:hover .trend3{
    background: url(../images/t33.png) no-repeat;
}

.trend4{
    height: 100px;
    width: 100px;
    margin: auto;
    background: url(../images/t4.png);
    margin-top: 23px;
    margin-bottom: 25px;
}

.trendItem:hover .trend4{
    background: url(../images/t44.png) no-repeat;
}

.trendItem:hover .trendinfo p{
    color: #fff;
}

.challenge{
    position: relative;
    height: 652px;
    width: 100%;
    background: #F5F5F7;
}

.challengeMain{
    width: 1180px;
    margin: auto;
}

.challengeTit{
    font-size: 40px;
    line-height: 40px;
    color: #140E33;
    text-align: center;
    margin-bottom: 58px;
    padding-top: 88px;
    box-sizing: border-box;
}

.chall-item{
    display: flex;
    margin-bottom: 32px;
}

.chall-item .chall-item-son{
    width: 566px;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid rgba(135, 135, 153, 0.23921568627450981);
    box-shadow: 0px 16px 24px rgba(135, 135, 153, 0.12);
    border-radius: 160px;
    display: flex;
    align-items: center;
}

.chall-item .chall-item-son:first-child{
    margin-right: 48px;
}

.chall-item .chall-item-son:hover{
    border-color: #FA591E;
}

.chall-item .chall-item-son:hover p{
    background-color: #FA591E;
    color: #fff;
}

.chall-item .chall-item-son p{
    width: 140px;
    height: 140px;
    background: rgba(250, 89, 30, 0.12);
    border-radius: 160px;
    color: #140E33;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}

.chall-item .chall-item-son div{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #878799;
    margin-left: 50px;
}

.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 300px solid #F1F1F4;
    border-right: 250px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.triangle-topright{
    width: 0;
    height: 0;
    border-top: 300px solid #F1F1F4;
    border-left: 250px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.solutiontit{
    line-height: 76px;
    padding-top: 70px;
}

.solutionbox{
    display: flex;
    width: 1180px;
    margin: auto;
    margin-top: -18px;
    margin-bottom: 90px;
}

.solutionbox .solutionItem{
    width: 359px;
    height: 447px;
    background: #FFFFFF;
    border-top: 1px solid #C0CACC;
    border-left: 1px solid #C0CACC;
    border-right: 1px solid #C0CACC;
    border-bottom: 1px solid #FA591E;
    margin-right: 49px;
    text-align: center;
}

.solutionbox .solutionItem:last-child{
    margin-right: 0;
}

.solutionimg{
    height: 100px;
    width: 100px;
    margin: auto;
    margin-top: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}

.solutionson1{
    background: url(../images/s1.png);
}

.solutionson2{
    background: url(../images/s2.png);
}

.solutionson3{
    background: url(../images/s3.png);
}

.solutionbox .solutionItem:hover .solutionson1{
    background: url(../images/s11.png);
}

.solutionbox .solutionItem:hover .solutionson2{
    background: url(../images/s22.png);
}

.solutionbox .solutionItem:hover .solutionson3{
    background: url(../images/s33.png);
}

.solutionbox .solutionItem:hover{
    box-shadow: 0px 16px 24px rgba(250, 89, 30, 0.16);
    border-color: #FA591E;
}

.solutionbox .solutionItem:hover .solutionsontitle{
    color: #FA591E;
}

.solutionsontitle{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #140E33;
    margin: 60px 0 22px 0;
}

.solutionintro{
    font-size: 15px;
    line-height: 32px;
    color: #454566;
}

.msxsolution{
    width: 100%;
    height: 1011px;
    background: #F5F5F7;
}

.msxSolitionMain{
    width: 1180px;
    height: 711px;
    background: #FFFFFF;
    border: 1px solid rgba(135, 135, 153, 0.23921568627450981);
    box-shadow: 0px 16px 16px rgba(135, 135, 153, 0.12);
    border-radius: 80px;
    margin: auto;
}

.solutionMainTit{
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #140E33;
    text-align: center;
    margin: 48px 0 84px 0;
}

.s-mian-box{
    width: 1060px;
    margin: auto;
    display: flex;
}

.s-mian-box-item{
    width: 320px;
    height: 403px;
    margin-right: 50px;
    border-radius: 36px;
}

.s-mian-box-item:last-child{
    margin-right: 0;
}

.s-son-bg1{
    background: rgba(95, 89, 203, 0.08);
}

.s-son-bg2{
    background: rgba(84, 177, 244, 0.08);
}

.s-son-bg3{
    background: rgba(250, 89, 30, 0.08);
}

.s-son-box{
    width: 240px;
    height: 72px;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: -36px;
    border-radius: 36px;
    /* letter-spacing: 9px; */
    color: #fff;
}

.s-son-box1{
    background: #5F59CB;
    box-shadow: 0px 8px 24px rgba(95, 89, 203, 0.48);
}

.s-son-box2{
    background: #54B1F4;
    box-shadow: 0px 8px 24px rgba(84, 177, 244, 0.48);
}

.s-son-box3{
    background: #FA591E;
    box-shadow: 0px 8px 24px rgba(255, 121, 65, 0.48);
}

.s-mian-box-item ul{
    text-align: center;
    font-size: 15px;
    color: #454566;
    margin-top: 32px;
}

.s-mian-box-item ul li{
    margin-bottom: 16px;
}

.s-son-bg2 ul{
    margin-top: 128px;
}

.s-son-bg3 ul{
    margin-top: 56px;
}

.msxintrotips{
    width: 1060px;
    height: 72px;
    border: 1px dashed #C0CACC;
    border-radius: 36px;
    margin: auto;
    margin-top: 24px;
    color: #878799;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 鍚堜綔浼欎即鐢宠 */
#partner .topbox{
    height: 555px;
    width: 100%;
    background: url(../images/1.png) no-repeat,linear-gradient(to right, #37d287, #63f28e);
    background-position: 100% 100%;
}

@media screen and (min-width: 1760px) {
    #partner .topbox{
		background-position: 80% 100%;
	}
}

.partnerTopBox{
    width: 1180px;
    margin: auto;
}

.applyFor{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 16px 60px #17A569;
    border-radius: 4px;
    color: #29C885;
    font-size: 18px;
    text-align: center;
}

.partnerTopBox .p-title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 72px;
    color: #FFFFFF;
    margin-top: 90px;
}

.partnerTopBox .p-intro{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 41px;
    color: #FFFFFF;
    margin: 10px 0 53px 0;
}

.msxChannel{
    text-align: center;
    width: 740px;
    margin: auto;
}

.p-art{
    font-size: 40px;
    line-height: 40px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333231;
    margin: 88px 0 22px 0;
}

.msxChannel p:last-child{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 36px;
    color: #626566;
}

.reason{
    width: 1180px;
    margin: auto;
    text-align: center;
    margin-top: -10px;
}

.reboxmain{
    height: 392px;
    display: flex;
    justify-content: space-around;
    margin: 60px 0 60px 0;
}

.reboxmain div{
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: 31px;
}

.reboxmain div:last-child{
    margin-right:0;
}

.reboxmain div img{
    height: 100%;
    width: 100%;
}

.reboxmain div p{
    width: 100%;
    height: 272px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EDF1F2 60%, #EDF1F2 100%);
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* .reboxmain div p:hover{
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,#FC8D1E 60%, #FC8D1E 100%);
}

.reboxmain div p:hover span{
    color: #fff!important;
} */

.reboxmain div p.spe{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,#FC8D1E 60%, #FC8D1E 100%);
}

.reboxmain div p span{
    display: inline-block;
}

.reboxmain div p span:first-child{
    color: #333231;
    margin-top: 125px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 15px;
}

.reboxmain div p span:last-child{
    width: 240px;
    margin: auto;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 26px;
    color: #626566;
}

.reboxmain div p.spe span{
    color: #fff;
}

.reasonBox{
    width: 1180px;
    margin: auto;
}

.reaitem{
    display: flex;
    /* justify-content: space-around; */
}

.reaitem div{
    width: calc(100% / 3);
    text-align: center;
}

.reaitem div p:first-child{
    width: 168px;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border: 1px solid #FC8D1E;
    border-radius: 72px;
    text-align: center;
    font-size: 24px;
    color: #FC8D1E;
    margin: auto;
    margin-bottom: 16px;
}

.reaitem div p:last-child{
    width: 210px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 28px;
    color: #626566;
    margin: auto;
    margin-bottom: 24px;
}

.getbox{
    display: flex;
    width: 1180px;
    margin: auto;
    height: 510px;
    background: linear-gradient(90deg, #29C885 0%, #65F38F 100%);
    border-radius: 8px;
    margin-top: 60px;
    margin-bottom: 87px;
}

.getLeftBox{
    flex: 1;
    text-align: left;
    padding-left: 150px;
    box-sizing: border-box;
    padding-top: 58px;
}

.getimg{
    width: 590px;
    height: 100%;
}

.getimg img{
    height: 100%;
    width: 100%;
}

.getLeftBox p{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 68px;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.getLabelBox span{
    display: inline-block;
    padding: 0 26px;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 72px;
    color: #fff;
    font-size: 18px;
    margin-right: 27px;
    margin-bottom: 24px;
}

.cooperation{
    width: 1180px;
    margin: auto;
}

.cooperationimg{
    height: 146px;
    width: 100%;
    margin-top: 36px;
}

.applyBtn{
    margin-right: 0!important;
    background-color: #FC8D1E!important;
}

/* 浜у搧婕旂ず鏈嶅姟 */
#service{
    width: 1180px;
    margin: auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 89px;
}

.serviceIntro{
    width: 590px;
    margin-right: 110px;
}

.bor-b,.advantage{
    border-bottom: 1px solid #EDF1F2;
}

.bor-b p:first-child{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 72px;
    color: #333231;
    padding-top: 130px;
    box-sizing: border-box;
    margin-bottom: -8px;
}

.bor-b p:last-child{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 72px;
    color: #333231;
    padding-bottom: 39px;
}

.bor-b p a{
    color: #FC8D1E;
}

.advantage{
    padding-bottom: 16px;
}

.advantage p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 72px;
    color: #333231;
    margin-top: 5px;
    margin-bottom: -8px;
}

.advantage ul li{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: #626566;
    margin-bottom: 10px;
}

.contactbox{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 16px;
    color: #939899;
    padding-top: 30px;
}

.contactbox p{
    margin-bottom: 10px;
}

.serviceForm{
    width: 480px;
    /* height: 767px; */
    background: #FFFFFF;
    box-shadow: 0px 16px 60px rgba(192, 202, 204, 0.6);
    border-radius: 32px;
    padding: 0 60px 48px 60px;
    box-sizing: border-box;
}

.s-title{
    font-size: 24px;
    line-height: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 41px;
    color: #333231;
    text-align: center;
    margin-top: 39px;
    margin-bottom: 17px;
}

.serviceItem{
    margin-bottom: 17px;
}

.serviceItem input{
    width: 360px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EDF1F2;
    border-radius: 4px;
    padding-left: 24px;
    box-sizing: border-box;
    font-size: 15px;
    color: #333231;
}

.serviceItem input:focus,.serviceItem textarea:focus{
    border-color: #FC8D1E;
}

.serviceItem input::-webkit-input-placeholder { 
    color:#C0CACC; 
} 
.serviceItem  input:-moz-placeholder { 
    color: #C0CACC; 
} 
.serviceItem input::-moz-placeholder { 
    color: #C0CACC; 
} 
.serviceItem input:-ms-input-placeholder { 
    color: #C0CACC; 
}

.serviceItem p span:first-child{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: #333231;
}

.serviceItem p span:last-child{
    color: #FC8D1E;
    font-size: 15px;
}

.serviceItem p:first-child{
    margin-bottom: 6px;
}

.serviceItem textarea{
    width: 360px;
    height: 96px;
    background: #FFFFFF;
    border: 1px solid #EDF1F2;
    border-radius: 4px;
    resize: none;
    padding: 17px 0 0 24px;
    box-sizing: border-box;
    outline:none;
}

.serviceItem textarea::-webkit-input-placeholder { 
    color:#C0CACC; 
} 
.serviceItem textarea:-moz-placeholder { 
    color: #C0CACC; 
} 
.serviceItem textarea::-moz-placeholder { 
    color: #C0CACC; 
} 
.serviceItem textarea:-ms-input-placeholder { 
    color: #C0CACC; 
}

.applySubmit{
    width: 360px;
    height: 48px;
    background: #FC8D1E;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 18px;
    border:none;
    margin-top: 27px;
}

.applySubmit:hover{
    cursor: pointer;
}

/* 鐢宠鍚堜綔 */
.applyBox{
    width: 100%;
    height: 412px;
    background: #F5F7F7;
    margin: 156px 0 202px 0;
}

#apply .serviceForm{
    margin-top: -96px;
    height: 620px;
}

.mainform{
    display: flex;
    width: 1180px;
    margin: auto;
}

.a-title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 72px;
    color: #333231;
    padding: 75px 0 15px 0;
    box-sizing: border-box;
}

.a-intro{
    width: 528px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 26px;
    color: #626566;
}

.a-tips{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 26px;
    color: #FC8D1E;
    margin-top: 19px;
}

/* 瀹氫环 */
#price .topbox{
    height: 650px;
    width: 100%;
    background: url('../images/price_bg.png') no-repeat,#F5F7F7;
    background-size: 100% 100%;
}

#price .p-title{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 60px;
    color: #333231;
    margin: 118px 0 60px 0;
    text-align: center;
}

.p-btn{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: #FC8D1E;
    box-shadow: 0px 12px 32px rgba(237, 133, 28, 0.32);
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    margin: auto;
}

.pricemain{
    width: 940px;
    margin: auto;
    display: flex;
}

.priceitem{
    position: relative;
    height: 1116px;
    width: 100%;
    background-color: red;
    justify-content: space-between;
    border: 1px solid #F5F7F7;
    border-radius: 32px;
    background: #fff;
    margin: -162px 50px 84px 0;
}

.priceitem:last-child{
    margin-right:0;
}

.priceitem:nth-child(2){
    box-shadow: 0px 16px 60px rgba(192, 202, 204, 0.6);
}

/* .priceitem:hover{
    cursor: pointer;
    box-shadow: 0px 16px 60px rgba(192, 202, 204, 0.6);
} */

.baseprice{
    width: 100%;
    height: 405px;
    background: linear-gradient(180deg, rgba(245, 247, 247, 0) 0%, #F5F7F7 100%);
    border-radius: 32px 32px 0px 0px;
}

.pricetitle{
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: #333231;
    padding-top: 32px;
    box-sizing: border-box;
}

.priceintro{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #626566;
    margin-top: 11px;
}

.price{
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    color: #333231;
    margin-top: 30px;
}

.price a{
    font-size:48px;
}

.pricetips{
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #939899;
    margin-top: 25px;
}

.openbtn{
    margin: auto;
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #333231;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    margin-top: 24px;
}

.pricedivider{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 22px 0;
}

.flagship .pricedivider p:first-child,.flagship .pricedivider p:last-child{
    width: 80px;
}

.pricedivider p:first-child{
    width: 94px;
    height: 1px;
    background: linear-gradient(90deg, rgba(192, 202, 204, 0) 0%, #C0CACC 100%);
}

.pricedivider p:last-child{
    width: 94px;
    height: 1px;
    background: linear-gradient(300deg, rgba(192, 202, 204, 0) 0%, #C0CACC 100%);
}

.pricedivider p:nth-child(2){
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    color: #333231;
    margin: 0 16px;
}

.containlist p{
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.containlist p span{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #333231;
}

.containlist p img{
    height: 24px;
    width: 24px;
}

.maxdivider{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0 32px 0;
}

.maxdivider p:nth-child(2){
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    color: #333231;
    margin: 0 15px;
}

.maxdivider p:nth-child(1),.maxdivider p:nth-child(3){
    width: 80px;
    height: 1px;
    border-bottom:1px dashed #C0CACC;
}

.maxnum span{
    font-size: 32px;
    font-family: Arial;
    font-weight: 400;
    line-height: 37px;
    color: #333231;
}

.maxnum a{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: #333231;
}

.vipclass .baseprice{
    height: 405px;
}

.vipclass .maxnum span,.vipclass .maxnum a,.flagship .maxnum span,.flagship .maxnum a{
    display: block;
}

.vipclass .maxdivider{
    margin-bottom: 20px;
}

.vipclass .maxnum a,.flagship .maxnum a{
    margin-top: -2px;
}

.flagship .baseprice{
    width: 100.5%;
    height: 405px;
    background: linear-gradient(180deg, #666EE2 0%, #848BFB 100%);
    position: relative;
    top: -1px;
    left: -1px;
}

.custom{
    margin-bottom: 34px;
}

.flagship .pricetitle,.flagship .priceintro,.flagship .price,.flagship .pricetips{
    color: #fff;
}

.flagship .openbtn{
    width: 240px;
    height: 40px;
    background: linear-gradient(270deg, #4CF7D3 0%, #6AD0F7 100%);
    border-radius: 4px;
    color: #5F59CB;
}

.year{
    margin-top: 17px;
}

.minheight{
    height: 516px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333231;
}

.contactus{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: Arial;
    font-weight: 400;
    color: #333231;
    margin-bottom: 90px;
}

.contactus img{
    height: 48px;
    width: 48px;
    margin: 0 30px;
}

#city_1 .prov,#city_1 .city{
    width: 148px;
    height: 39px;
    background: #FFFFFF;
    border: 1px solid #EDF1F2;
    border-radius: 4px;
    font-size: 15px;
    color: #333231;
    padding-left: 18px;
}

#city_1 .city:disabled{
    display: none;
}

select{
    outline: none!important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 164px;
    height: 168px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -82px;
    /* 娣″叆 - 1绉掑唴浠� 0% 鍒� 100% 鏄剧ず: */
    opacity: 0;
    transition: opacity 1s;
    margin-bottom: 25px;
    font-size: 0;
    box-shadow:0 8px 32px rgba(0,0,0,0.06);
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext,.tooltip:hover .tooltiptext img {
    visibility: visible;
    opacity: 1;
}

.tooltiptext img{
    margin-top: 18px;
    height: 115px;
    width: 115px;
    opacity: 0;
    visibility: hidden;
}

.tooltip_b {
    position: relative;
    display: inline-block;
}

.tooltip_b .tooltiptext {
    visibility: hidden;
    width: 164px;
    height: 168px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 133%;
    left: 50%;
    margin-left: -82px;
    opacity: 0;
    transition: opacity 1s;
    margin-top: 0;
    font-size: 0;
    box-shadow:0 8px 32px rgba(0,0,0,0.06);
}

.tooltip_b .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tooltip_b:hover .tooltiptext,.tooltip_b:hover .tooltiptext img {
    visibility: visible;
    opacity: 1;
}

.tooltip_b img{
    margin-top: 18px;
    height: 115px;
    width: 115px;
    opacity: 0;
    visibility: hidden;
}

.ask-scan{
    display: block;
    font-size: 12px;
    color: #3CB878;
    margin-top: -26px;
}

.freebtn{
    margin-top: 49px;
}

.vipspe{
    position: absolute;
    right: 0;
    width: 80px;
    height: 80px;
}

.el-message{
    top: 50%!important;
}

.backblue{
    background: #5F59CB;
}

.whiteNav .backblue{
    background: #5F59CB!important;
}</pre></body></html>